From 06b6829433b0f41d4b896da10daa65116e50c4ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 04:35:25 +0000 Subject: [PATCH] (send-mail-function): Use defvar. not defconst. --- lisp/mail/sendmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e7a6f6f36c2..d12d77ed2c8 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -45,7 +45,7 @@ Delete these headers from old message when it's inserted in a reply.") ;; Useful to set in site-init.el ;;;###autoload -(defconst send-mail-function 'sendmail-send-it "\ +(defvar send-mail-function 'sendmail-send-it "\ Function to call to send the current buffer as mail. The headers are be delimited by a line which is `mail-header-separator'.") -- 2.30.2